Get `make test` working on MSVC
authorAlex Crichton <alex@alexcrichton.com>
Fri, 26 Jun 2015 22:51:53 +0000 (15:51 -0700)
committerAlex Crichton <alex@alexcrichton.com>
Fri, 26 Jun 2015 23:06:16 +0000 (16:06 -0700)
commitf97579a2c9a4411c67020ae598423ff5470ccf42
tree9d4316872dba51bb079dd2bba307080bf1c61bd1
parent0b6db0a055a212033aaf34c22a4d868aad264b5b
Get `make test` working on MSVC

This commit updates Cargo's unit tests to pass `make check` entirely on MSVC
targets. Two tests are ignored on MSVC as it requires panicking to be
implemented, which currently isn't, but otherwise Cargo is fully functional.
tests/test_cargo_bench.rs
tests/test_cargo_compile.rs
tests/test_cargo_compile_plugins.rs
tests/test_cargo_test.rs
tests/tests.rs